home *** CD-ROM | disk | FTP | other *** search
- /* xMethods.xdme */
-
- number = FileList("libs:compressors/xpk????.library",methods,"F","N")
- do i=1 to number
- do j=i to number
- if methods.i > methods.j then do
- buffer = methods.i
- methods.i = methods.j
- methods.j = buffer
- end
- end j
- end i
- deflist xpk
- do i = 1 to number
- xcom = "addnode xpk tail" substr(methods.i,4,4) i-1
- xcom
- end
-
-